home *** CD-ROM | disk | FTP | other *** search
- /*
- * DBMSsetup.h
- *
- * (c) Apple Computer, Inc 1993
- */
-
- #ifndef DBMSSETUP_H
- #define DBMSSETUP_H
-
- #ifndef SAMPLESETUP_H
- #include "SampleSetup.h"
- #endif
-
- Boolean DoDBMSsetup(WindowPtr parentWindow, DataSourceInfo *info);
-
- #endif // DBMSSETUP_H
-